Class: Quickfix::NoLegSettlRateFallbacks
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegSettlRateFallbacks
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegSettlRateFallbacks
constructor
A new instance of NoLegSettlRateFallbacks.
Methods inherited from IntField
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
.field ⇒ Object
39016 39017 39018 |
# File 'lib/quickfix_fields.rb', line 39016 def NoLegSettlRateFallbacks.field return 40902 end |