Class: Quickfix::UnderlyingStreamCommoditySettlDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlDayType



56088
56089
56090
56091
56092
56093
56094
# File 'lib/quickfix_fields.rb', line 56088

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