Class: Quickfix::AdvId
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AdvId
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvId
constructor
A new instance of AdvId.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
939 940 941 |
# File 'lib/quickfix_fields.rb', line 939 def AdvId.field return 2 end |