Class: Quickfix::MiscFeeCurr
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MiscFeeCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeCurr
constructor
A new instance of MiscFeeCurr.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MiscFeeCurr
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/quickfix_fields.rb', line 2268 def initialize(data = nil) if( data == nil ) super(138) else super(138, data) end end |
Class Method Details
.field ⇒ Object
2265 2266 2267 |
# File 'lib/quickfix_fields.rb', line 2265 def MiscFeeCurr.field return 138 end |