Class: Quickfix::StreamCommoditySettlTotalHours

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

Returns a new instance of StreamCommoditySettlTotalHours.



45922
45923
45924
45925
45926
45927
45928
# File 'lib/quickfix_fields.rb', line 45922

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

Class Method Details

.fieldObject



45919
45920
45921
# File 'lib/quickfix_fields.rb', line 45919

def StreamCommoditySettlTotalHours.field
  return 41285
end