Class: Quickfix::UnderlyingStreamCommoditySettlPeriodFrequencyPeriod

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

Returns a new instance of UnderlyingStreamCommoditySettlPeriodFrequencyPeriod.



56374
56375
56376
56377
56378
56379
56380
# File 'lib/quickfix_fields.rb', line 56374

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

Class Method Details

.fieldObject



56371
56372
56373
# File 'lib/quickfix_fields.rb', line 56371

def UnderlyingStreamCommoditySettlPeriodFrequencyPeriod.field
  return 42008
end