Class: Quickfix::UnderlyingNotionalXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalXIDRef
constructor
A new instance of UnderlyingNotionalXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalXIDRef
Returns a new instance of UnderlyingNotionalXIDRef.
72299 72300 72301 72302 72303 72304 72305 |
# File 'lib/quickfix_fields.rb', line 72299 def initialize(data = nil) if( data == nil ) super(2619) else super(2619, data) end end |
Class Method Details
.field ⇒ Object
72296 72297 72298 |
# File 'lib/quickfix_fields.rb', line 72296 def UnderlyingNotionalXIDRef.field return 2619 end |