Class: Quickfix::UnderlyingProvisionCashSettlQuoteType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlQuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteType
constructor
A new instance of UnderlyingProvisionCashSettlQuoteType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteType
Returns a new instance of UnderlyingProvisionCashSettlQuoteType.
60027 60028 60029 60030 60031 60032 60033 |
# File 'lib/quickfix_fields.rb', line 60027 def initialize(data = nil) if( data == nil ) super(42169) else super(42169, data) end end |
Class Method Details
.field ⇒ Object
60024 60025 60026 |
# File 'lib/quickfix_fields.rb', line 60024 def UnderlyingProvisionCashSettlQuoteType.field return 42169 end |