Class: Quickfix::ApplReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReqID
constructor
A new instance of ApplReqID.
Constructor Details
#initialize(data = nil) ⇒ ApplReqID
Returns a new instance of ApplReqID.
357 358 359 360 361 362 363 |
# File 'lib/quickfix_fields.rb', line 357 def initialize(data = nil) if( data == nil ) super(1346) else super(1346, data) end end |
Class Method Details
.field ⇒ Object
354 355 356 |
# File 'lib/quickfix_fields.rb', line 354 def ApplReqID.field return 1346 end |