Class: Quickfix::UnderlyingStreamCommoditySettlPeriodXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodXIDRef

Returns a new instance of UnderlyingStreamCommoditySettlPeriodXIDRef.



56465
56466
56467
56468
56469
56470
56471
# File 'lib/quickfix_fields.rb', line 56465

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