Class: Quickfix::StreamCommoditySettlBusinessCenter

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

Returns a new instance of StreamCommoditySettlBusinessCenter.



45467
45468
45469
45470
45471
45472
45473
# File 'lib/quickfix_fields.rb', line 45467

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

Class Method Details

.fieldObject



45464
45465
45466
# File 'lib/quickfix_fields.rb', line 45464

def StreamCommoditySettlBusinessCenter.field
  return 41250
end