Class: Quickfix::LegPaymentStreamSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamSettlCurrency
constructor
A new instance of LegPaymentStreamSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamSettlCurrency
Returns a new instance of LegPaymentStreamSettlCurrency.
30959 30960 30961 30962 30963 30964 30965 |
# File 'lib/quickfix_fields.rb', line 30959 def initialize(data = nil) if( data == nil ) super(40282) else super(40282, data) end end |
Class Method Details
.field ⇒ Object
30956 30957 30958 |
# File 'lib/quickfix_fields.rb', line 30956 def LegPaymentStreamSettlCurrency.field return 40282 end |