Class: Quickfix::LegPool
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPool
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPool
constructor
A new instance of LegPool.
Constructor Details
#initialize(data = nil) ⇒ LegPool
Returns a new instance of LegPool.
12889 12890 12891 12892 12893 12894 12895 |
# File 'lib/quickfix_fields.rb', line 12889 def initialize(data = nil) if( data == nil ) super(740) else super(740, data) end end |
Class Method Details
.field ⇒ Object
12886 12887 12888 |
# File 'lib/quickfix_fields.rb', line 12886 def LegPool.field return 740 end |