Class: Quickfix::PreallocMethod
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::PreallocMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PreallocMethod
constructor
A new instance of PreallocMethod.
Constructor Details
#initialize(data = nil) ⇒ PreallocMethod
Returns a new instance of PreallocMethod.
10172 10173 10174 10175 10176 10177 10178 |
# File 'lib/quickfix_fields.rb', line 10172 def initialize(data = nil) if( data == nil ) super(591) else super(591, data) end end |
Class Method Details
.field ⇒ Object
10169 10170 10171 |
# File 'lib/quickfix_fields.rb', line 10169 def PreallocMethod.field return 591 end |