Class: Quickfix::AllocSettlInstType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocSettlInstType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocSettlInstType
constructor
A new instance of AllocSettlInstType.
Constructor Details
#initialize(data = nil) ⇒ AllocSettlInstType
Returns a new instance of AllocSettlInstType.
5986 5987 5988 5989 5990 5991 5992 |
# File 'lib/quickfix_fields.rb', line 5986 def initialize(data = nil) if( data == nil ) super(780) else super(780, data) end end |
Class Method Details
.field ⇒ Object
5983 5984 5985 |
# File 'lib/quickfix_fields.rb', line 5983 def AllocSettlInstType.field return 780 end |