Class: Quickfix::UnderlyingStreamCommoditySettlPeriodNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodNotional

Returns a new instance of UnderlyingStreamCommoditySettlPeriodNotional.



56348
56349
56350
56351
56352
56353
56354
# File 'lib/quickfix_fields.rb', line 56348

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

Class Method Details

.fieldObject



56345
56346
56347
# File 'lib/quickfix_fields.rb', line 56345

def UnderlyingStreamCommoditySettlPeriodNotional.field
	return 42006
end