Class: Quickfix::ComplexEventPriceTimeType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPriceTimeType

Returns a new instance of ComplexEventPriceTimeType.



18206
18207
18208
18209
18210
18211
18212
# File 'lib/quickfix_fields.rb', line 18206

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

Class Method Details

.fieldObject



18203
18204
18205
# File 'lib/quickfix_fields.rb', line 18203

def ComplexEventPriceTimeType.field
  return 1489
end