Class: Quickfix::LegDividendFXTriggerDateOffsetDayType

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

Returns a new instance of LegDividendFXTriggerDateOffsetDayType.



65383
65384
65385
65386
65387
65388
65389
# File 'lib/quickfix_fields.rb', line 65383

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

Class Method Details

.fieldObject



65380
65381
65382
# File 'lib/quickfix_fields.rb', line 65380

def LegDividendFXTriggerDateOffsetDayType.field
	return 42360
end