Class: Quickfix::LegStreamTotalNotionalUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamTotalNotionalUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamTotalNotionalUnitOfMeasure
constructor
A new instance of LegStreamTotalNotionalUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamTotalNotionalUnitOfMeasure
Returns a new instance of LegStreamTotalNotionalUnitOfMeasure.
51967 51968 51969 51970 51971 51972 51973 |
# File 'lib/quickfix_fields.rb', line 51967 def initialize(data = nil) if( data == nil ) super(41708) else super(41708, data) end end |
Class Method Details
.field ⇒ Object
51964 51965 51966 |
# File 'lib/quickfix_fields.rb', line 51964 def LegStreamTotalNotionalUnitOfMeasure.field return 41708 end |