Class: Quickfix::LegProvisionCashSettlQuoteType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlQuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteType
constructor
A new instance of LegProvisionCashSettlQuoteType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteType
Returns a new instance of LegProvisionCashSettlQuoteType.
33390 33391 33392 33393 33394 33395 33396 |
# File 'lib/quickfix_fields.rb', line 33390 def initialize(data = nil) if( data == nil ) super(40469) else super(40469, data) end end |
Class Method Details
.field ⇒ Object
33387 33388 33389 |
# File 'lib/quickfix_fields.rb', line 33387 def LegProvisionCashSettlQuoteType.field return 40469 end |