Class: Quickfix::LegDividendFXTriggerDateOffsetPeriod

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



65357
65358
65359
65360
65361
65362
65363
# File 'lib/quickfix_fields.rb', line 65357

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

Class Method Details

.fieldObject



65354
65355
65356
# File 'lib/quickfix_fields.rb', line 65354

def LegDividendFXTriggerDateOffsetPeriod.field
  return 42358
end