Class: Quickfix::ComplexEventStartTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventStartTime

Returns a new instance of ComplexEventStartTime.



19779
19780
19781
19782
19783
19784
19785
# File 'lib/quickfix_fields.rb', line 19779

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