Class: Quickfix::StreamCommodityCurrency

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

Returns a new instance of StreamCommodityCurrency.



45584
45585
45586
45587
45588
45589
45590
# File 'lib/quickfix_fields.rb', line 45584

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

Class Method Details

.fieldObject



45581
45582
45583
# File 'lib/quickfix_fields.rb', line 45581

def StreamCommodityCurrency.field
  return 41259
end