Class: Quickfix::ComplexEventStartDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcDateField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventStartDate

Returns a new instance of ComplexEventStartDate.



19740
19741
19742
19743
19744
19745
19746
# File 'lib/quickfix_fields.rb', line 19740

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

Class Method Details

.fieldObject



19737
19738
19739
# File 'lib/quickfix_fields.rb', line 19737

def ComplexEventStartDate.field
  return 1492
end