Class: Quickfix::StrikeTime

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) ⇒ StrikeTime

Returns a new instance of StrikeTime.



64197
64198
64199
64200
64201
64202
64203
# File 'ext/quickfix/QuickfixRuby.cpp', line 64197

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

Class Method Details

.fieldObject



5398
5399
5400
# File 'lib/quickfix_fields.rb', line 5398

def StrikeTime.field
	return 443
end