Class: Quickfix::SettlInstRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlInstRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstRefID
constructor
A new instance of SettlInstRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlInstRefID
Returns a new instance of SettlInstRefID.
3191 3192 3193 3194 3195 3196 3197 |
# File 'lib/quickfix_fields.rb', line 3191 def initialize(data = nil) if( data == nil ) super(214) else super(214, data) end end |
Class Method Details
.field ⇒ Object
3188 3189 3190 |
# File 'lib/quickfix_fields.rb', line 3188 def SettlInstRefID.field return 214 end |