Class: Quickfix::PostTradePaymentType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PostTradePaymentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PostTradePaymentType
constructor
A new instance of PostTradePaymentType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PostTradePaymentType
Returns a new instance of PostTradePaymentType.
77369 77370 77371 77372 77373 77374 77375 |
# File 'lib/quickfix_fields.rb', line 77369 def initialize(data = nil) if( data == nil ) super(2824) else super(2824, data) end end |
Class Method Details
.field ⇒ Object
77366 77367 77368 |
# File 'lib/quickfix_fields.rb', line 77366 def PostTradePaymentType.field return 2824 end |