Class: Quickfix::UnderlyingPaymentStreamContractPriceCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamContractPriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamContractPriceCurrency
constructor
A new instance of UnderlyingPaymentStreamContractPriceCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamContractPriceCurrency
Returns a new instance of UnderlyingPaymentStreamContractPriceCurrency.
55087 55088 55089 55090 55091 55092 55093 |
# File 'lib/quickfix_fields.rb', line 55087 def initialize(data = nil) if( data == nil ) super(41908) else super(41908, data) end end |
Class Method Details
.field ⇒ Object
55084 55085 55086 |
# File 'lib/quickfix_fields.rb', line 55084 def UnderlyingPaymentStreamContractPriceCurrency.field return 41908 end |