Class: Quickfix::NoLegSettlRateFallbacks

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

Returns a new instance of NoLegSettlRateFallbacks.



39019
39020
39021
39022
39023
39024
39025
# File 'lib/quickfix_fields.rb', line 39019

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

Class Method Details

.fieldObject



39016
39017
39018
# File 'lib/quickfix_fields.rb', line 39016

def NoLegSettlRateFallbacks.field
  return 40902
end