Class: Quickfix::ApplReqType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplReqType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReqType
constructor
A new instance of ApplReqType.
Constructor Details
#initialize(data = nil) ⇒ ApplReqType
Returns a new instance of ApplReqType.
19662 19663 19664 19665 19666 19667 19668 |
# File 'lib/quickfix_fields.rb', line 19662 def initialize(data = nil) if( data == nil ) super(1347) else super(1347, data) end end |
Class Method Details
.field ⇒ Object
19659 19660 19661 |
# File 'lib/quickfix_fields.rb', line 19659 def ApplReqType.field return 1347 end |