Class: Quickfix::AllocStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocStatus
constructor
A new instance of AllocStatus.
Constructor Details
#initialize(data = nil) ⇒ AllocStatus
Returns a new instance of AllocStatus.
18310 18311 18312 18313 18314 18315 18316 |
# File 'lib/quickfix_fields.rb', line 18310 def initialize(data = nil) if( data == nil ) super(87) else super(87, data) end end |
Class Method Details
.field ⇒ Object
18307 18308 18309 |
# File 'lib/quickfix_fields.rb', line 18307 def AllocStatus.field return 87 end |