Class: Quickfix::ProvisionCashSettlQuoteType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlQuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteType
constructor
A new instance of ProvisionCashSettlQuoteType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlQuoteType
Returns a new instance of ProvisionCashSettlQuoteType.
28749 28750 28751 28752 28753 28754 28755 |
# File 'lib/quickfix_fields.rb', line 28749 def initialize(data = nil) if( data == nil ) super(40111) else super(40111, data) end end |
Class Method Details
.field ⇒ Object
28746 28747 28748 |
# File 'lib/quickfix_fields.rb', line 28746 def ProvisionCashSettlQuoteType.field return 40111 end |