Class: Quickfix::SettlInstTransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SettlInstTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstTransType
constructor
A new instance of SettlInstTransType.
Constructor Details
#initialize(data = nil) ⇒ SettlInstTransType
Returns a new instance of SettlInstTransType.
6207 6208 6209 6210 6211 6212 6213 |
# File 'lib/quickfix_fields.rb', line 6207 def initialize(data = nil) if( data == nil ) super(163) else super(163, data) end end |
Class Method Details
.field ⇒ Object
6204 6205 6206 |
# File 'lib/quickfix_fields.rb', line 6204 def SettlInstTransType.field return 163 end |