Class: Quickfix::MarginDirection
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarginDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginDirection
constructor
A new instance of MarginDirection.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MarginDirection
Returns a new instance of MarginDirection.
77720 77721 77722 77723 77724 77725 77726 |
# File 'lib/quickfix_fields.rb', line 77720 def initialize(data = nil) if( data == nil ) super(2851) else super(2851, data) end end |
Class Method Details
.field ⇒ Object
77717 77718 77719 |
# File 'lib/quickfix_fields.rb', line 77717 def MarginDirection.field return 2851 end |