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