Class: Quickfix::LegDividendFXTriggerDateRelativeTo

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

Returns a new instance of LegDividendFXTriggerDateRelativeTo.



65344
65345
65346
65347
65348
65349
65350
# File 'lib/quickfix_fields.rb', line 65344

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

Class Method Details

.fieldObject



65341
65342
65343
# File 'lib/quickfix_fields.rb', line 65341

def LegDividendFXTriggerDateRelativeTo.field
  return 42357
end