Class: Quickfix::LegPriceQuoteCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPriceQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPriceQuoteCurrency
constructor
A new instance of LegPriceQuoteCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPriceQuoteCurrency
Returns a new instance of LegPriceQuoteCurrency.
21703 21704 21705 21706 21707 21708 21709 |
# File 'lib/quickfix_fields.rb', line 21703 def initialize(data = nil) if( data == nil ) super(1528) else super(1528, data) end end |
Class Method Details
.field ⇒ Object
21700 21701 21702 |
# File 'lib/quickfix_fields.rb', line 21700 def LegPriceQuoteCurrency.field return 1528 end |