Class: Quickfix::LegDividendFXTriggerDateAdjusted

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

Returns a new instance of LegDividendFXTriggerDateAdjusted.



65422
65423
65424
65425
65426
65427
65428
# File 'lib/quickfix_fields.rb', line 65422

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

Class Method Details

.fieldObject



65419
65420
65421
# File 'lib/quickfix_fields.rb', line 65419

def LegDividendFXTriggerDateAdjusted.field
	return 42363
end