Class: Quickfix::OrigCustOrderCapacity
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrigCustOrderCapacity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigCustOrderCapacity
constructor
A new instance of OrigCustOrderCapacity.
Constructor Details
#initialize(data = nil) ⇒ OrigCustOrderCapacity
3503 3504 3505 3506 3507 3508 3509 |
# File 'lib/quickfix_fields.rb', line 3503 def initialize(data = nil) if( data == nil ) super(1432) else super(1432, data) end end |
Class Method Details
.field ⇒ Object
3500 3501 3502 |
# File 'lib/quickfix_fields.rb', line 3500 def OrigCustOrderCapacity.field return 1432 end |