Class: Quickfix::UnderlyingStreamNotionalFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamNotionalFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit
constructor
A new instance of UnderlyingStreamNotionalFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit
Returns a new instance of UnderlyingStreamNotionalFrequencyUnit.
56517 56518 56519 56520 56521 56522 56523 |
# File 'lib/quickfix_fields.rb', line 56517 def initialize(data = nil) if( data == nil ) super(42020) else super(42020, data) end end |
Class Method Details
.field ⇒ Object
56514 56515 56516 |
# File 'lib/quickfix_fields.rb', line 56514 def UnderlyingStreamNotionalFrequencyUnit.field return 42020 end |