Class: Quickfix::NoUnderlyingStreamCommoditySettlDays

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

Returns a new instance of NoUnderlyingStreamCommoditySettlDays.



56205
56206
56207
56208
56209
56210
56211
# File 'lib/quickfix_fields.rb', line 56205

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

Class Method Details

.fieldObject



56202
56203
56204
# File 'lib/quickfix_fields.rb', line 56202

def NoUnderlyingStreamCommoditySettlDays.field
	return 41996
end