Class: Quickfix::UnderlyingStreamCommoditySettlFlowType

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

Returns a new instance of UnderlyingStreamCommoditySettlFlowType.



56335
56336
56337
56338
56339
56340
56341
# File 'lib/quickfix_fields.rb', line 56335

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

Class Method Details

.fieldObject



56332
56333
56334
# File 'lib/quickfix_fields.rb', line 56332

def UnderlyingStreamCommoditySettlFlowType.field
  return 42005
end