Class: Quickfix::IOIShares
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ IOIShares
Returns a new instance of IOIShares.
5011 5012 5013 5014 5015 5016 5017 |
# File 'lib/quickfix_fields.rb', line 5011 def initialize(data = nil) if( data == nil ) super(27) else super(27, data) end end |
Class Method Details
.field ⇒ Object
5008 5009 5010 |
# File 'lib/quickfix_fields.rb', line 5008 def IOIShares.field return 27 end |