Class: Quickfix::UnderlyingStreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalXIDRef
constructor
A new instance of UnderlyingStreamNotionalXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalXIDRef
Returns a new instance of UnderlyingStreamNotionalXIDRef.
56491 56492 56493 56494 56495 56496 56497 |
# File 'lib/quickfix_fields.rb', line 56491 def initialize(data = nil) if( data == nil ) super(42018) else super(42018, data) end end |
Class Method Details
.field ⇒ Object
56488 56489 56490 |
# File 'lib/quickfix_fields.rb', line 56488 def UnderlyingStreamNotionalXIDRef.field return 42018 end |