Class: Quickfix::ApplExtID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplExtID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplExtID
constructor
A new instance of ApplExtID.
Constructor Details
#initialize(data = nil) ⇒ ApplExtID
Returns a new instance of ApplExtID.
6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/quickfix_fields.rb', line 6038 def initialize(data = nil) if( data == nil ) super(1156) else super(1156, data) end end |
Class Method Details
.field ⇒ Object
6035 6036 6037 |
# File 'lib/quickfix_fields.rb', line 6035 def ApplExtID.field return 1156 end |