Class: Quickfix::PaymentStreamPricingDayNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDayNumber
constructor
A new instance of PaymentStreamPricingDayNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDayNumber
45194 45195 45196 45197 45198 45199 45200 |
# File 'lib/quickfix_fields.rb', line 45194 def initialize(data = nil) if( data == nil ) super(41229) else super(41229, data) end end |
Class Method Details
.field ⇒ Object
45191 45192 45193 |
# File 'lib/quickfix_fields.rb', line 45191 def PaymentStreamPricingDayNumber.field return 41229 end |