Class: Quickfix::SecondaryAssetType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryAssetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryAssetType
constructor
A new instance of SecondaryAssetType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryAssetType
Returns a new instance of SecondaryAssetType.
25915 25916 25917 25918 25919 25920 25921 |
# File 'lib/quickfix_fields.rb', line 25915 def initialize(data = nil) if( data == nil ) super(1979) else super(1979, data) end end |
Class Method Details
.field ⇒ Object
25912 25913 25914 |
# File 'lib/quickfix_fields.rb', line 25912 def SecondaryAssetType.field return 1979 end |