Class: Quickfix::SideCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCurrency
constructor
A new instance of SideCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCurrency
15411 15412 15413 15414 15415 15416 15417 |
# File 'lib/quickfix_fields.rb', line 15411 def initialize(data = nil) if( data == nil ) super(1154) else super(1154, data) end end |
Class Method Details
.field ⇒ Object
15408 15409 15410 |
# File 'lib/quickfix_fields.rb', line 15408 def SideCurrency.field return 1154 end |