Class: Quickfix::UnderlyingStreamCommoditySettlMonth

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlMonth

Returns a new instance of UnderlyingStreamCommoditySettlMonth.



56049
56050
56051
56052
56053
56054
56055
# File 'lib/quickfix_fields.rb', line 56049

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