Class: Quickfix::LegCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCurrency
constructor
A new instance of LegCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCurrency
Returns a new instance of LegCurrency.
7585 7586 7587 7588 7589 7590 7591 |
# File 'lib/quickfix_fields.rb', line 7585 def initialize(data = nil) if( data == nil ) super(556) else super(556, data) end end |
Class Method Details
.field ⇒ Object
7582 7583 7584 |
# File 'lib/quickfix_fields.rb', line 7582 def LegCurrency.field return 556 end |