Class: Quickfix::ExpireTime

Inherits:
((swig_class *) SWIGTYPE_p_FIX__UtcTimeStampField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ ExpireTime

Returns a new instance of ExpireTime.



37857
37858
37859
37860
37861
37862
37863
# File 'ext/quickfix/QuickfixRuby.cpp', line 37857

def initialize(data = nil)
	if( data == nil )
		super(126)
	else
		super(126, data)
	end
end

Class Method Details

.fieldObject



2018
2019
2020
# File 'lib/quickfix_fields.rb', line 2018

def ExpireTime.field
	return 126
end