Class: Quickfix::NoUnderlyingSettlRateFallbacks

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

Returns a new instance of NoUnderlyingSettlRateFallbacks.



35860
35861
35862
35863
35864
35865
35866
# File 'lib/quickfix_fields.rb', line 35860

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

Class Method Details

.fieldObject



35857
35858
35859
# File 'lib/quickfix_fields.rb', line 35857

def NoUnderlyingSettlRateFallbacks.field
  return 40659
end