Class: Quickfix::StreamCommodityRateSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityRateSource

Returns a new instance of StreamCommodityRateSource.



45610
45611
45612
45613
45614
45615
45616
# File 'lib/quickfix_fields.rb', line 45610

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

Class Method Details

.fieldObject



45607
45608
45609
# File 'lib/quickfix_fields.rb', line 45607

def StreamCommodityRateSource.field
  return 41261
end