Class: Quickfix::LegPaymentStreamContractPriceCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamContractPriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamContractPriceCurrency
constructor
A new instance of LegPaymentStreamContractPriceCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamContractPriceCurrency
Returns a new instance of LegPaymentStreamContractPriceCurrency.
50069 50070 50071 50072 50073 50074 50075 |
# File 'lib/quickfix_fields.rb', line 50069 def initialize(data = nil) if( data == nil ) super(41560) else super(41560, data) end end |
Class Method Details
.field ⇒ Object
50066 50067 50068 |
# File 'lib/quickfix_fields.rb', line 50066 def LegPaymentStreamContractPriceCurrency.field return 41560 end |