Class: Quickfix::PriceQuoteCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PriceQuoteCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceQuoteCurrencyCodeSource
constructor
A new instance of PriceQuoteCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PriceQuoteCurrencyCodeSource
Returns a new instance of PriceQuoteCurrencyCodeSource.
78643 78644 78645 78646 78647 78648 78649 |
# File 'lib/quickfix_fields.rb', line 78643 def initialize(data = nil) if( data == nil ) super(2907) else super(2907, data) end end |
Class Method Details
.field ⇒ Object
78640 78641 78642 |
# File 'lib/quickfix_fields.rb', line 78640 def PriceQuoteCurrencyCodeSource.field return 2907 end |