Class: Quickfix::EventTimeUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EventTimeUnit

Returns a new instance of EventTimeUnit.



23900
23901
23902
23903
23904
23905
23906
# File 'lib/quickfix_fields.rb', line 23900

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