Class: Quickfix::LegCashSettlPriceDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlPriceDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlPriceDefault
constructor
A new instance of LegCashSettlPriceDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlPriceDefault
Returns a new instance of LegCashSettlPriceDefault.
64681 64682 64683 64684 64685 64686 64687 |
# File 'lib/quickfix_fields.rb', line 64681 def initialize(data = nil) if( data == nil ) super(42309) else super(42309, data) end end |
Class Method Details
.field ⇒ Object
64678 64679 64680 |
# File 'lib/quickfix_fields.rb', line 64678 def LegCashSettlPriceDefault.field return 42309 end |