Class: Quickfix::LegInstrumentRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegInstrumentRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentRoundingDirection
constructor
A new instance of LegInstrumentRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentRoundingDirection
Returns a new instance of LegInstrumentRoundingDirection.
43322 43323 43324 43325 43326 43327 43328 |
# File 'lib/quickfix_fields.rb', line 43322 def initialize(data = nil) if( data == nil ) super(2214) else super(2214, data) end end |
Class Method Details
.field ⇒ Object
43319 43320 43321 |
# File 'lib/quickfix_fields.rb', line 43319 def LegInstrumentRoundingDirection.field return 2214 end |