Class: Quickfix::LegStreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotionalXIDRef
constructor
A new instance of LegStreamNotionalXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotionalXIDRef
Returns a new instance of LegStreamNotionalXIDRef.
51889 51890 51891 51892 51893 51894 51895 |
# File 'lib/quickfix_fields.rb', line 51889 def initialize(data = nil) if( data == nil ) super(41702) else super(41702, data) end end |
Class Method Details
.field ⇒ Object
51886 51887 51888 |
# File 'lib/quickfix_fields.rb', line 51886 def LegStreamNotionalXIDRef.field return 41702 end |