Class: Quickfix::AllocNoOrdersType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocNoOrdersType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocNoOrdersType
constructor
A new instance of AllocNoOrdersType.
Constructor Details
#initialize(data = nil) ⇒ AllocNoOrdersType
Returns a new instance of AllocNoOrdersType.
15346 15347 15348 15349 15350 15351 15352 |
# File 'lib/quickfix_fields.rb', line 15346 def initialize(data = nil) if( data == nil ) super(857) else super(857, data) end end |
Class Method Details
.field ⇒ Object
15343 15344 15345 |
# File 'lib/quickfix_fields.rb', line 15343 def AllocNoOrdersType.field return 857 end |