Class: Quickfix::NoLegStreamCommoditySettlPeriods

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

Returns a new instance of NoLegStreamCommoditySettlPeriods.



51694
51695
51696
51697
51698
51699
51700
# File 'lib/quickfix_fields.rb', line 51694

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

Class Method Details

.fieldObject



51691
51692
51693
# File 'lib/quickfix_fields.rb', line 51691

def NoLegStreamCommoditySettlPeriods.field
  return 41686
end