Class: Quickfix::ProvisionCashSettlQuoteSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlQuoteSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteSource
constructor
A new instance of ProvisionCashSettlQuoteSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteSource
Returns a new instance of ProvisionCashSettlQuoteSource.
28762 28763 28764 28765 28766 28767 28768 |
# File 'lib/quickfix_fields.rb', line 28762 def initialize(data = nil) if( data == nil ) super(40112) else super(40112, data) end end |
Class Method Details
.field ⇒ Object
28759 28760 28761 |
# File 'lib/quickfix_fields.rb', line 28759 def ProvisionCashSettlQuoteSource.field return 40112 end |