Class: Quickfix::LegEventTimeUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegEventTimeUnit

Returns a new instance of LegEventTimeUnit.



27007
27008
27009
27010
27011
27012
27013
# File 'lib/quickfix_fields.rb', line 27007

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