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