Class: Quickfix::LegPaymentStreamFlatRateCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFlatRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateCurrency
constructor
A new instance of LegPaymentStreamFlatRateCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateCurrency
Returns a new instance of LegPaymentStreamFlatRateCurrency.
49952 49953 49954 49955 49956 49957 49958 |
# File 'lib/quickfix_fields.rb', line 49952 def initialize(data = nil) if( data == nil ) super(41551) else super(41551, data) end end |
Class Method Details
.field ⇒ Object
49949 49950 49951 |
# File 'lib/quickfix_fields.rb', line 49949 def LegPaymentStreamFlatRateCurrency.field return 41551 end |