Class: Quickfix::SettlInstReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlInstReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstReqID
constructor
A new instance of SettlInstReqID.
Constructor Details
#initialize(data = nil) ⇒ SettlInstReqID
Returns a new instance of SettlInstReqID.
10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/quickfix_fields.rb', line 10224 def initialize(data = nil) if( data == nil ) super(791) else super(791, data) end end |
Class Method Details
.field ⇒ Object
10221 10222 10223 |
# File 'lib/quickfix_fields.rb', line 10221 def SettlInstReqID.field return 791 end |