Class: Quickfix::LegPosCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPosCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosCurrency
constructor
A new instance of LegPosCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPosCurrency
Returns a new instance of LegPosCurrency.
21820 21821 21822 21823 21824 21825 21826 |
# File 'lib/quickfix_fields.rb', line 21820 def initialize(data = nil) if( data == nil ) super(1589) else super(1589, data) end end |
Class Method Details
.field ⇒ Object
21817 21818 21819 |
# File 'lib/quickfix_fields.rb', line 21817 def LegPosCurrency.field return 1589 end |