Class: Quickfix::UnderlyingInstrumentRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingInstrumentRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingDirection
constructor
A new instance of UnderlyingInstrumentRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingDirection
Returns a new instance of UnderlyingInstrumentRoundingDirection.
54424 54425 54426 54427 54428 54429 54430 |
# File 'lib/quickfix_fields.rb', line 54424 def initialize(data = nil) if( data == nil ) super(2298) else super(2298, data) end end |
Class Method Details
.field ⇒ Object
54421 54422 54423 |
# File 'lib/quickfix_fields.rb', line 54421 def .field return 2298 end |