Class: Quickfix::CashSettlQuoteMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CashSettlQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlQuoteMethod
constructor
A new instance of CashSettlQuoteMethod.
Constructor Details
#initialize(data = nil) ⇒ CashSettlQuoteMethod
Returns a new instance of CashSettlQuoteMethod.
27657 27658 27659 27660 27661 27662 27663 |
# File 'lib/quickfix_fields.rb', line 27657 def initialize(data = nil) if( data == nil ) super(40027) else super(40027, data) end end |