Class: Quickfix::LegComplexEventPriceTimeType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventPriceTimeType

Returns a new instance of LegComplexEventPriceTimeType.



47599
47600
47601
47602
47603
47604
47605
# File 'lib/quickfix_fields.rb', line 47599

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

Class Method Details

.fieldObject



47596
47597
47598
# File 'lib/quickfix_fields.rb', line 47596

def LegComplexEventPriceTimeType.field
  return 2231
end