Class: Quickfix::NoLegSettlRateFallbacks
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegSettlRateFallbacks
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegSettlRateFallbacks
constructor
A new instance of NoLegSettlRateFallbacks.
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 |