Class: Quickfix::AdvSide
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::AdvSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvSide
constructor
A new instance of AdvSide.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ AdvSide
Returns a new instance of AdvSide.
968 969 970 971 972 973 974 |
# File 'lib/quickfix_fields.rb', line 968 def initialize(data = nil) if( data == nil ) super(4) else super(4, data) end end |
Class Method Details
.field ⇒ Object
965 966 967 |
# File 'lib/quickfix_fields.rb', line 965 def AdvSide.field return 4 end |