Class: Quickfix::ComplexEventEndDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventEndDate

Returns a new instance of ComplexEventEndDate.



19753
19754
19755
19756
19757
19758
19759
# File 'lib/quickfix_fields.rb', line 19753

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