Class: Quickfix::ContAmtCurr
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ContAmtCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContAmtCurr
constructor
A new instance of ContAmtCurr.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ContAmtCurr
Returns a new instance of ContAmtCurr.
7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/quickfix_fields.rb', line 7156 def initialize(data = nil) if( data == nil ) super(521) else super(521, data) end end |
Class Method Details
.field ⇒ Object
7153 7154 7155 |
# File 'lib/quickfix_fields.rb', line 7153 def ContAmtCurr.field return 521 end |