Class: Quickfix::LegStreamCommoditySettlDayType

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

Returns a new instance of LegStreamCommoditySettlDayType.



51486
51487
51488
51489
51490
51491
51492
# File 'lib/quickfix_fields.rb', line 51486

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

Class Method Details

.fieldObject



51483
51484
51485
# File 'lib/quickfix_fields.rb', line 51483

def LegStreamCommoditySettlDayType.field
	return 41671
end