Class: Quickfix::MultilegPriceMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MultilegPriceMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MultilegPriceMethod
constructor
A new instance of MultilegPriceMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MultilegPriceMethod
Returns a new instance of MultilegPriceMethod.
18297 18298 18299 18300 18301 18302 18303 |
# File 'lib/quickfix_fields.rb', line 18297 def initialize(data = nil) if( data == nil ) super(1378) else super(1378, data) end end |
Class Method Details
.field ⇒ Object
18294 18295 18296 |
# File 'lib/quickfix_fields.rb', line 18294 def MultilegPriceMethod.field return 1378 end |