Class: Quickfix::StreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotionalXIDRef
constructor
A new instance of StreamNotionalXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamNotionalXIDRef
Returns a new instance of StreamNotionalXIDRef.
46182 46183 46184 46185 46186 46187 46188 |
# File 'lib/quickfix_fields.rb', line 46182 def initialize(data = nil) if( data == nil ) super(41305) else super(41305, data) end end |
Class Method Details
.field ⇒ Object
46179 46180 46181 |
# File 'lib/quickfix_fields.rb', line 46179 def StreamNotionalXIDRef.field return 41305 end |