Class: Quickfix::LegStreamNotionalFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamNotionalFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotionalFrequencyUnit
constructor
A new instance of LegStreamNotionalFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotionalFrequencyUnit
Returns a new instance of LegStreamNotionalFrequencyUnit.
51915 51916 51917 51918 51919 51920 51921 |
# File 'lib/quickfix_fields.rb', line 51915 def initialize(data = nil) if( data == nil ) super(41704) else super(41704, data) end end |
Class Method Details
.field ⇒ Object
51912 51913 51914 |
# File 'lib/quickfix_fields.rb', line 51912 def LegStreamNotionalFrequencyUnit.field return 41704 end |