Class: Quickfix::InstrumentRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::InstrumentRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentRoundingDirection
constructor
A new instance of InstrumentRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ InstrumentRoundingDirection
Returns a new instance of InstrumentRoundingDirection.
42438 42439 42440 42441 42442 42443 42444 |
# File 'lib/quickfix_fields.rb', line 42438 def initialize(data = nil) if( data == nil ) super(2144) else super(2144, data) end end |
Class Method Details
.field ⇒ Object
42435 42436 42437 |
# File 'lib/quickfix_fields.rb', line 42435 def InstrumentRoundingDirection.field return 2144 end |