Class: Quickfix::AllocTransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::AllocTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocTransType
constructor
A new instance of AllocTransType.
Constructor Details
#initialize(data = nil) ⇒ AllocTransType
Returns a new instance of AllocTransType.
9938 9939 9940 9941 9942 9943 9944 |
# File 'lib/quickfix_fields.rb', line 9938 def initialize(data = nil) if( data == nil ) super(71) else super(71, data) end end |
Class Method Details
.field ⇒ Object
9935 9936 9937 |
# File 'lib/quickfix_fields.rb', line 9935 def AllocTransType.field return 71 end |