Class: Quickfix::AdvId
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AdvId
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvId
constructor
A new instance of AdvId.
Constructor Details
#initialize(data = nil) ⇒ AdvId
Returns a new instance of AdvId.
942 943 944 945 946 947 948 |
# File 'lib/quickfix_fields.rb', line 942 def initialize(data = nil) if( data == nil ) super(2) else super(2, data) end end |