Class: Quickfix::UnderlyingStreamCommoditySettlPeriodNotionalUnitOfMeasure

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodNotionalUnitOfMeasure

Returns a new instance of UnderlyingStreamCommoditySettlPeriodNotionalUnitOfMeasure.



56361
56362
56363
56364
56365
56366
56367
# File 'lib/quickfix_fields.rb', line 56361

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

Class Method Details

.fieldObject



56358
56359
56360
# File 'lib/quickfix_fields.rb', line 56358

def UnderlyingStreamCommoditySettlPeriodNotionalUnitOfMeasure.field
  return 42007
end