Class: Quickfix::UnderlyingStreamCommoditySettlCountry

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ 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

Class Method Details

.fieldObject



56306
56307
56308
# File 'lib/quickfix_fields.rb', line 56306

def UnderlyingStreamCommoditySettlCountry.field
  return 42003
end