Class: Quickfix::NoClearingPriceParameters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoClearingPriceParameters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoClearingPriceParameters
constructor
A new instance of NoClearingPriceParameters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoClearingPriceParameters
Returns a new instance of NoClearingPriceParameters.
62549 62550 62551 62552 62553 62554 62555 |
# File 'lib/quickfix_fields.rb', line 62549 def initialize(data = nil) if( data == nil ) super(2580) else super(2580, data) end end |
Class Method Details
.field ⇒ Object
62546 62547 62548 |
# File 'lib/quickfix_fields.rb', line 62546 def NoClearingPriceParameters.field return 2580 end |