Class: Quickfix::UnderlyingProvisionCashSettlQuoteSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlQuoteSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteSource
constructor
A new instance of UnderlyingProvisionCashSettlQuoteSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteSource
59156 59157 59158 59159 59160 59161 59162 |
# File 'lib/quickfix_fields.rb', line 59156 def initialize(data = nil) if( data == nil ) super(42102) else super(42102, data) end end |
Class Method Details
.field ⇒ Object
59153 59154 59155 |
# File 'lib/quickfix_fields.rb', line 59153 def .field return 42102 end |