Class: Quickfix::IOIShares
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IOIShares
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIShares
constructor
A new instance of IOIShares.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IOIShares
Returns a new instance of IOIShares.
1202 1203 1204 1205 1206 1207 1208 |
# File 'lib/quickfix_fields.rb', line 1202 def initialize(data = nil) if( data == nil ) super(27) else super(27, data) end end |
Class Method Details
.field ⇒ Object
1199 1200 1201 |
# File 'lib/quickfix_fields.rb', line 1199 def IOIShares.field return 27 end |