Class: Quickfix::AdvTransType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AdvTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvTransType
constructor
A new instance of AdvTransType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AdvTransType
Returns a new instance of AdvTransType.
981 982 983 984 985 986 987 |
# File 'lib/quickfix_fields.rb', line 981 def initialize(data = nil) if( data == nil ) super(5) else super(5, data) end end |
Class Method Details
.field ⇒ Object
978 979 980 |
# File 'lib/quickfix_fields.rb', line 978 def AdvTransType.field return 5 end |