Class: Quickfix::LegDividendFXTriggerDateBusinessDayConvention

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

Returns a new instance of LegDividendFXTriggerDateBusinessDayConvention.



65409
65410
65411
65412
65413
65414
65415
# File 'lib/quickfix_fields.rb', line 65409

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

Class Method Details

.fieldObject



65406
65407
65408
# File 'lib/quickfix_fields.rb', line 65406

def LegDividendFXTriggerDateBusinessDayConvention.field
  return 42362
end