Class: Quickfix::RefOrderIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RefOrderIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefOrderIDSource
constructor
A new instance of RefOrderIDSource.
Constructor Details
#initialize(data = nil) ⇒ RefOrderIDSource
Returns a new instance of RefOrderIDSource.
17699 17700 17701 17702 17703 17704 17705 |
# File 'lib/quickfix_fields.rb', line 17699 def initialize(data = nil) if( data == nil ) super(1081) else super(1081, data) end end |
Class Method Details
.field ⇒ Object
17696 17697 17698 |
# File 'lib/quickfix_fields.rb', line 17696 def RefOrderIDSource.field return 1081 end |