Class: Quickfix::StreamCommoditySettlMonth

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

Returns a new instance of StreamCommoditySettlMonth.



45740
45741
45742
45743
45744
45745
45746
# File 'lib/quickfix_fields.rb', line 45740

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

Class Method Details

.fieldObject



45737
45738
45739
# File 'lib/quickfix_fields.rb', line 45737

def StreamCommoditySettlMonth.field
  return 41271
end