Class: Quickfix::AdvRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AdvRefID
Returns a new instance of AdvRefID.
955 956 957 958 959 960 961 |
# File 'lib/quickfix_fields.rb', line 955 def initialize(data = nil) if( data == nil ) super(3) else super(3, data) end end |
Class Method Details
.field ⇒ Object
952 953 954 |
# File 'lib/quickfix_fields.rb', line 952 def AdvRefID.field return 3 end |