Class: Quickfix::UnderlyingStreamCommoditySettlCountry

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlCountry

Returns a new instance of UnderlyingStreamCommoditySettlCountry.



56309
56310
56311
56312
56313
56314
56315
# File 'lib/quickfix_fields.rb', line 56309

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