Class: Quickfix::SecondaryAssetSubClass
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecondaryAssetSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryAssetSubClass
constructor
A new instance of SecondaryAssetSubClass.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecondaryAssetSubClass
Returns a new instance of SecondaryAssetSubClass.
25902 25903 25904 25905 25906 25907 25908 |
# File 'lib/quickfix_fields.rb', line 25902 def initialize(data = nil) if( data == nil ) super(1978) else super(1978, data) end end |
Class Method Details
.field ⇒ Object
25899 25900 25901 |
# File 'lib/quickfix_fields.rb', line 25899 def SecondaryAssetSubClass.field return 1978 end |