Class: Quickfix::UnderlyingStreamCommoditySettlFlowType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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