Class: Quickfix::SideCollateralCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralCurrencyCodeSource
constructor
A new instance of SideCollateralCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralCurrencyCodeSource
Returns a new instance of SideCollateralCurrencyCodeSource.
78942 78943 78944 78945 78946 78947 78948 |
# File 'lib/quickfix_fields.rb', line 78942 def initialize(data = nil) if( data == nil ) super(2930) else super(2930, data) end end |
Class Method Details
.field ⇒ Object
78939 78940 78941 |
# File 'lib/quickfix_fields.rb', line 78939 def SideCollateralCurrencyCodeSource.field return 2930 end |