Class: Quickfix::LegAgreementCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAgreementCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAgreementCurrency
constructor
A new instance of LegAgreementCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAgreementCurrency
61288 61289 61290 61291 61292 61293 61294 |
# File 'lib/quickfix_fields.rb', line 61288 def initialize(data = nil) if( data == nil ) super(2495) else super(2495, data) end end |
Class Method Details
.field ⇒ Object
61285 61286 61287 |
# File 'lib/quickfix_fields.rb', line 61285 def LegAgreementCurrency.field return 2495 end |