Class: Quickfix::LegProvisionCashSettlQuoteSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlQuoteSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteSource
constructor
A new instance of LegProvisionCashSettlQuoteSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteSource
Returns a new instance of LegProvisionCashSettlQuoteSource.
33403 33404 33405 33406 33407 33408 33409 |
# File 'lib/quickfix_fields.rb', line 33403 def initialize(data = nil) if( data == nil ) super(40470) else super(40470, data) end end |
Class Method Details
.field ⇒ Object
33400 33401 33402 |
# File 'lib/quickfix_fields.rb', line 33400 def LegProvisionCashSettlQuoteSource.field return 40470 end |