Class: Quickfix::PriceQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PriceQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceQuoteCurrency
constructor
A new instance of PriceQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PriceQuoteCurrency
Returns a new instance of PriceQuoteCurrency.
21677 21678 21679 21680 21681 21682 21683 |
# File 'lib/quickfix_fields.rb', line 21677 def initialize(data = nil) if( data == nil ) super(1524) else super(1524, data) end end |
Class Method Details
.field ⇒ Object
21674 21675 21676 |
# File 'lib/quickfix_fields.rb', line 21674 def PriceQuoteCurrency.field return 1524 end |