Class: Quickfix::PostTradePaymentDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PostTradePaymentDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PostTradePaymentDesc
constructor
A new instance of PostTradePaymentDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PostTradePaymentDesc
Returns a new instance of PostTradePaymentDesc.
77317 77318 77319 77320 77321 77322 77323 |
# File 'lib/quickfix_fields.rb', line 77317 def initialize(data = nil) if( data == nil ) super(2820) else super(2820, data) end end |
Class Method Details
.field ⇒ Object
77314 77315 77316 |
# File 'lib/quickfix_fields.rb', line 77314 def PostTradePaymentDesc.field return 2820 end |