Class: Quickfix::NoUnderlyingDividendFXTriggerDateBusinessCenters

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

Returns a new instance of NoUnderlyingDividendFXTriggerDateBusinessCenters.



71805
71806
71807
71808
71809
71810
71811
# File 'lib/quickfix_fields.rb', line 71805

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

Class Method Details

.fieldObject



71802
71803
71804
# File 'lib/quickfix_fields.rb', line 71802

def NoUnderlyingDividendFXTriggerDateBusinessCenters.field
  return 42853
end