Class: Quickfix::PosTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosTransType
constructor
A new instance of PosTransType.
Constructor Details
#initialize(data = nil) ⇒ PosTransType
Returns a new instance of PosTransType.
17218 17219 17220 17221 17222 17223 17224 |
# File 'lib/quickfix_fields.rb', line 17218 def initialize(data = nil) if( data == nil ) super(709) else super(709, data) end end |
Class Method Details
.field ⇒ Object
17215 17216 17217 |
# File 'lib/quickfix_fields.rb', line 17215 def PosTransType.field return 709 end |