Class: Quickfix::UnderlyingCashSettlQuoteMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingCashSettlQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteMethod
constructor
A new instance of UnderlyingCashSettlQuoteMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteMethod
Returns a new instance of UnderlyingCashSettlQuoteMethod.
58454 58455 58456 58457 58458 58459 58460 |
# File 'lib/quickfix_fields.rb', line 58454 def initialize(data = nil) if( data == nil ) super(42048) else super(42048, data) end end |