Class: Quickfix::UnderlyingPriceQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPriceQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrency
constructor
A new instance of UnderlyingPriceQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrency
21690 21691 21692 21693 21694 21695 21696 |
# File 'lib/quickfix_fields.rb', line 21690 def initialize(data = nil) if( data == nil ) super(1526) else super(1526, data) end end |
Class Method Details
.field ⇒ Object
21687 21688 21689 |
# File 'lib/quickfix_fields.rb', line 21687 def .field return 1526 end |