Class: Quickfix::ApplID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplID
constructor
A new instance of ApplID.
Constructor Details
#initialize(data = nil) ⇒ ApplID
Returns a new instance of ApplID.
14098 14099 14100 14101 14102 14103 14104 |
# File 'lib/quickfix_fields.rb', line 14098 def initialize(data = nil) if( data == nil ) super(1180) else super(1180, data) end end |
Class Method Details
.field ⇒ Object
14095 14096 14097 |
# File 'lib/quickfix_fields.rb', line 14095 def ApplID.field return 1180 end |