Class: Quickfix::RefApplExtID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RefApplExtID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefApplExtID
constructor
A new instance of RefApplExtID.
Constructor Details
#initialize(data = nil) ⇒ RefApplExtID
Returns a new instance of RefApplExtID.
877 878 879 880 881 882 883 |
# File 'lib/quickfix_fields.rb', line 877 def initialize(data = nil) if( data == nil ) super(1406) else super(1406, data) end end |