Class: Quickfix::UnderlyingStreamCommoditySettlPeriodXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodXID

Returns a new instance of UnderlyingStreamCommoditySettlPeriodXID.



56452
56453
56454
56455
56456
56457
56458
# File 'lib/quickfix_fields.rb', line 56452

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