Class: Quickfix::StrikeUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrikeUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeUnitOfMeasure
constructor
A new instance of StrikeUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrikeUnitOfMeasure
Returns a new instance of StrikeUnitOfMeasure.
42334 42335 42336 42337 42338 42339 42340 |
# File 'lib/quickfix_fields.rb', line 42334 def initialize(data = nil) if( data == nil ) super(1698) else super(1698, data) end end |
Class Method Details
.field ⇒ Object
42331 42332 42333 |
# File 'lib/quickfix_fields.rb', line 42331 def StrikeUnitOfMeasure.field return 1698 end |