Class: Quickfix::AdvRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AdvRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvRefID
constructor
A new instance of AdvRefID.
Constructor Details
#initialize(data = nil) ⇒ AdvRefID
Returns a new instance of AdvRefID.
14202 14203 14204 14205 14206 14207 14208 |
# File 'lib/quickfix_fields.rb', line 14202 def initialize(data = nil) if( data == nil ) super(3) else super(3, data) end end |
Class Method Details
.field ⇒ Object
14199 14200 14201 |
# File 'lib/quickfix_fields.rb', line 14199 def AdvRefID.field return 3 end |