Class: Quickfix::PaymentSettlStyle

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentSettlStyle



30244
30245
30246
30247
30248
30249
30250
# File 'lib/quickfix_fields.rb', line 30244

def initialize(data = nil)
  if( data == nil )
    super(40227)
  else
    super(40227, data)
  end
end

Class Method Details

.fieldObject



30241
30242
30243
# File 'lib/quickfix_fields.rb', line 30241

def PaymentSettlStyle.field
  return 40227
end