Class: Quickfix::StreamCommoditySettlCountry

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) ⇒ StreamCommoditySettlCountry

Returns a new instance of StreamCommoditySettlCountry.



46000
46001
46002
46003
46004
46005
46006
# File 'lib/quickfix_fields.rb', line 46000

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

Class Method Details

.fieldObject



45997
45998
45999
# File 'lib/quickfix_fields.rb', line 45997

def StreamCommoditySettlCountry.field
  return 41290
end