Class: Quickfix::StreamCommoditySettlPeriodFrequencyPeriod

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

Returns a new instance of StreamCommoditySettlPeriodFrequencyPeriod.



46065
46066
46067
46068
46069
46070
46071
# File 'lib/quickfix_fields.rb', line 46065

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

Class Method Details

.fieldObject



46062
46063
46064
# File 'lib/quickfix_fields.rb', line 46062

def StreamCommoditySettlPeriodFrequencyPeriod.field
  return 41295
end