Class: Quickfix::RegulatoryTransactionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RegulatoryTransactionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTransactionType
constructor
A new instance of RegulatoryTransactionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTransactionType
Returns a new instance of RegulatoryTransactionType.
56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/quickfix_fields.rb', line 56959 def initialize(data = nil) if( data == nil ) super(2347) else super(2347, data) end end |
Class Method Details
.field ⇒ Object
56956 56957 56958 |
# File 'lib/quickfix_fields.rb', line 56956 def RegulatoryTransactionType.field return 2347 end |