Class: Quickfix::CashDistribPayRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CashDistribPayRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribPayRef
constructor
A new instance of CashDistribPayRef.
Constructor Details
#initialize(data = nil) ⇒ CashDistribPayRef
Returns a new instance of CashDistribPayRef.
1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/quickfix_fields.rb', line 1176 def initialize(data = nil) if( data == nil ) super(501) else super(501, data) end end |
Class Method Details
.field ⇒ Object
1173 1174 1175 |
# File 'lib/quickfix_fields.rb', line 1173 def CashDistribPayRef.field return 501 end |