Class: Quickfix::PositionCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PositionCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PositionCurrency
constructor
A new instance of PositionCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PositionCurrency
Returns a new instance of PositionCurrency.
14150 14151 14152 14153 14154 14155 14156 |
# File 'lib/quickfix_fields.rb', line 14150 def initialize(data = nil) if( data == nil ) super(1055) else super(1055, data) end end |
Class Method Details
.field ⇒ Object
14147 14148 14149 |
# File 'lib/quickfix_fields.rb', line 14147 def PositionCurrency.field return 1055 end |