Class: Quickfix::LegStreamCommoditySettlTotalHours

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

Returns a new instance of LegStreamCommoditySettlTotalHours.



51629
51630
51631
51632
51633
51634
51635
# File 'lib/quickfix_fields.rb', line 51629

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

Class Method Details

.fieldObject



51626
51627
51628
# File 'lib/quickfix_fields.rb', line 51626

def LegStreamCommoditySettlTotalHours.field
  return 41682
end