Class: Quickfix::LegStreamCommoditySettlFlowType

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) ⇒ LegStreamCommoditySettlFlowType

Returns a new instance of LegStreamCommoditySettlFlowType.



51733
51734
51735
51736
51737
51738
51739
# File 'lib/quickfix_fields.rb', line 51733

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

Class Method Details

.fieldObject



51730
51731
51732
# File 'lib/quickfix_fields.rb', line 51730

def LegStreamCommoditySettlFlowType.field
  return 41689
end