Class: Quickfix::UnderlyingPriceQuoteCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPriceQuoteCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrencyCodeSource
constructor
A new instance of UnderlyingPriceQuoteCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrencyCodeSource
Returns a new instance of UnderlyingPriceQuoteCurrencyCodeSource.
78812 78813 78814 78815 78816 78817 78818 |
# File 'lib/quickfix_fields.rb', line 78812 def initialize(data = nil) if( data == nil ) super(2920) else super(2920, data) end end |
Class Method Details
.field ⇒ Object
78809 78810 78811 |
# File 'lib/quickfix_fields.rb', line 78809 def UnderlyingPriceQuoteCurrencyCodeSource.field return 2920 end |