Class: Quickfix::LegPriceQuoteCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPriceQuoteCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPriceQuoteCurrencyCodeSource
constructor
A new instance of LegPriceQuoteCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPriceQuoteCurrencyCodeSource
Returns a new instance of LegPriceQuoteCurrencyCodeSource.
78695 78696 78697 78698 78699 78700 78701 |
# File 'lib/quickfix_fields.rb', line 78695 def initialize(data = nil) if( data == nil ) super(2911) else super(2911, data) end end |
Class Method Details
.field ⇒ Object
78692 78693 78694 |
# File 'lib/quickfix_fields.rb', line 78692 def LegPriceQuoteCurrencyCodeSource.field return 2911 end |