Class: Quickfix::LegStreamCommoditySettlTimeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommoditySettlTimeType

Returns a new instance of LegStreamCommoditySettlTimeType.



51681
51682
51683
51684
51685
51686
51687
# File 'lib/quickfix_fields.rb', line 51681

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