Class: Quickfix::PriceMovementType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PriceMovementType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceMovementType
constructor
A new instance of PriceMovementType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PriceMovementType
Returns a new instance of PriceMovementType.
25031 25032 25033 25034 25035 25036 25037 |
# File 'lib/quickfix_fields.rb', line 25031 def initialize(data = nil) if( data == nil ) super(1923) else super(1923, data) end end |
Class Method Details
.field ⇒ Object
25028 25029 25030 |
# File 'lib/quickfix_fields.rb', line 25028 def PriceMovementType.field return 1923 end |