Class: Quickfix::UnderlyingStreamTotalNotionalUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamTotalNotionalUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTotalNotionalUnitOfMeasure
constructor
A new instance of UnderlyingStreamTotalNotionalUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamTotalNotionalUnitOfMeasure
Returns a new instance of UnderlyingStreamTotalNotionalUnitOfMeasure.
56569 56570 56571 56572 56573 56574 56575 |
# File 'lib/quickfix_fields.rb', line 56569 def initialize(data = nil) if( data == nil ) super(42024) else super(42024, data) end end |
Class Method Details
.field ⇒ Object
56566 56567 56568 |
# File 'lib/quickfix_fields.rb', line 56566 def UnderlyingStreamTotalNotionalUnitOfMeasure.field return 42024 end |